Added a TRACE log level, for those versions of Python that do not have it, and
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 17 Oct 2005 12:50:28 +0000 (13:50 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 17 Oct 2005 12:50:28 +0000 (13:50 +0100)
commit37964af428fda1eb26d16afce019c597584c4572
tree961e425d286395493c4e3a18ebbb67954be9986a
parent981d9b117d4ad6b759af0c42a044050ab06207f5
Added a TRACE log level, for those versions of Python that do not have it, and
moved XendDomainInfo.update's debugging onto that level, as it has become
overly verbose.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendLogging.py